<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin:0; padding:0; list-style:none; }
a{
	text-decoration: none;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.hxyw_row{
	width: 940px;
	height: 110px;
	background-color: #fff;
	display: flex;
	align-items: center;
}
.hxyw_row img{
	width: 68px;
	height: 63px;
	border-right: 1px solid #f1f1f1;
	padding: 0 30px;
}
.hxyw_font{
	width: 760px;
	overflow: hidden;
}
.hxyw_font .bd{
	padding-left: 28px;
}
.hxyw_font ul li{
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	font-size: 20px;
}
.hxyw_font ul li a{
	color: #333;
}



/* 澶存潯杞挱 */
.headline_swpier {
	width: 940px;
	height: 360px;
	overflow: hidden;
	margin-top: 18px;
	box-shadow: 0 0 12px rgba(231, 231, 231, 0.9);
	position: relative;
	background-color: #fff;
}
.headline_swpier * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.headline_swpier .swiper_image_container {
	width: 627px;
	height: 360px;
	position: absolute;
	left: 0;
	z-index: 1;
}
.headline_swpier .swiper_image_container img {
	width: 627px;
	height: 360px;
}

.headline_swpier .swiper_txt {
	width: 330px;
	height: 360px;
	overflow: hidden;
	position: absolute;
	box-sizing: border-box;
	right: 0;
	top: 0;
	z-index: 2;
}
.headline_swpier .swiper-wrapper{
	width: 313px;
	float: right;
}

.headline_swpier .swiper_txt .swiper-button-prev {
	position: absolute;
	top: 8px;
	left: 164px;
	background: url(../images/focus-arrow.png) no-repeat;
	height: 9px;
	width: 17px;
	margin: 0;
	opacity: 1;
}

.headline_swpier .swiper_txt .swiper-button-next {
	position: absolute;
	top: 345px;
	left: 166px;
	background: url(../images/focus-arrow.png) no-repeat;
	height: 9px;
	width: 17px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.headline_swpier .swiper_txt .swiper-slide {
	position: relative;
	width: 100%;
	font-size: 18px;
	color: #666;
	text-align: justify;
	line-height: 24px;
	padding: 26px 12px 26px 16px;
	border-top: 2px solid #f1f1f1;
	background-color: #fafafa;
	box-sizing: border-box;
}
.arrow_half{
	width: 10px;
	height: 19px;
	background: url(../images/focus-left-arrow.png) no-repeat;
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -10px;
	z-index: 10;
	display: none;
}
.headline_swpier .swiper_txt .swiper-slide.hover .arrow_half{
	display: block;
}

.headline_swpier .swiper_txt .extra a {
	display: inline;
	color: inherit;
}

.headline_swpier .swiper_txt .swiper-slide.hover {
	background: #fff;
	color: #222;
	border-top: none;
}

.headline_swpier .swiper_txt .swiper-slide.hover .title {
	font-weight: 700;
}

.headline_swpier .swiper_txt .title {
	font-size: 17px;
	color: #000;
	letter-spacing: 0;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}
.headline_swpier .swiper_txt .title a{
	color: #000;
}

.headline_swpier .swiper_txt .extra{
	font-size: 14px;
	color: #999;
	padding-top: 6px;
	display: flex;
	justify-content: space-between;
}

.headline_swpier .swiper_txt span {
	display: block;
}























</pre></body></html>